home *** CD-ROM | disk | FTP | other *** search
- activeBreadboard. setAnimatePoint ( 0 , 0 )
- activeBreadboard. stampAndMove ( "ButtonEngine" , "controlButton" )
- controlButton. setPosition ( 1 )
- controlButton. setPadding ( 1 )
- controlButton. setFontSize ( 14 )
- controlButton. setItalic ( TRUE )
- controlButton. setColor ( 255 , 0 , 0 )
- controlButton. setAutosize ( FALSE )
- controlButton. setHeight ( 30 )
- controlButton. setWidth ( 90 )
- controlButton. setEditModeEnabled ( FALSE )
-
- ControlMacroPath = macro. pathFromMacro ( "replaceProbesWithMatrixViewer.nsm" )
- controlButton. setMacroPath ( ControlMacroPath )
-
- controlButton. setText ( "Replace probes with matrix viewer" )
- controlButton. setName ( "replaceProbesWithMatrixViewer" )
-